import { type BackendQueryEndpoints } from '../../types'; import { type QueryHandler, type QueryModifier } from './types'; export declare const createQueryHandler: (endpoint: E, suffix?: QueryModifier) => QueryHandler;