import { RESTFunctionDescriptor } from '@wix/sdk-types'; export declare function elevate(restModule: T): T; export declare const fetchWithAuth: typeof fetch & ((restModuleOpts: import("@wix/sdk-types").HttpClient) => typeof fetch); export { graphql } from './graphql.js'; export { setGlobalWixContext } from './wix-context.js';