export declare const readSchemas: (schemaDir: string, rawSchemaDir: string) => any[]; export declare const findQueryMsg: (schemas: any[]) => Record; export declare const findExecuteMsg: (schemas: any[]) => Record; export declare const findAndParseTypes: (schemas: any[]) => Promise;