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