import type { StoreFunctionData } from '../../extend/renderer';
declare function yamlHelper(data: StoreFunctionData): any;
export = yamlHelper;
