export * from './client/index.v3'; export declare function addSchemaToClient<_T extends Record = never>(client: any, apiGraphqlConfig: any, getInternals: any): any; export declare function addSchemaToClientWithInstance<_T extends Record>(client: any, params: any, getInternals: any): any;