/** * Factory Defaults * Default configuration values for query and mutation factories */ /** * Factory-level defaults for query hooks * These have the LOWEST priority and can be overridden by hook defaults or dev args */ export declare const DEFAULT_QUERY_OPTIONS: {}; /** * Factory-level defaults for mutation hooks * These have the LOWEST priority and can be overridden by hook defaults or dev args */ export declare const DEFAULT_MUTATION_OPTIONS: {}; //# sourceMappingURL=defaults.d.ts.map