declare const BUILD_IN_FUNCTIONS: { type: string; catalogItemId: string; catalogItemName: string; children: { type: string; fileName: string; fileId: string; fileContent: string; }[]; }[]; export default BUILD_IN_FUNCTIONS;