import "reflect-metadata"; export declare type MerlinGQLConfig = { ots: string[]; }; export declare const getMerlinGqlConfigResolversPath: () => Promise; export declare function findFileNamesFromGlob(globString: string): string[]; export declare function loadOtsFromGlob(globString: string): void; export declare const loadOtFiles: () => Promise; export declare const generateGraphqlSchema: () => Promise;