export type FunctioType = Record; export declare const FunctionSummary: FunctioType; export * from './logic'; export * from './number'; export * from './date'; export * from './text';