import type * as queryParamsSdkModuleContext from './queryparams.types.d.ts'; type Methods = { [P in keyof T as T[P] extends Function ? P : never]: T[P]; }; export declare const queryParamsContext: Methods; export {};