import type { ServiceOperationQueryKey } from '@openapi-qraft/tanstack-query-react-types';
import type { OperationSchema } from './requestFn.js';
export declare function composeQueryKey<TSchema extends OperationSchema, TParams>(schema: TSchema, parameters: TParams | undefined): ServiceOperationQueryKey<TSchema, TParams>;
//# sourceMappingURL=composeQueryKey.d.ts.map