import { Session } from '@shopify/shopify-api';
import { AdminApiContext } from '../../../clients';
import type { BasicParams } from '../../../types';
import { ScopesDetail } from './types';
import { FetchScopesDetailResponse } from './client/fetch-scopes-details';
export declare function queryScopesFactory(params: BasicParams, session: Session, admin: AdminApiContext): () => Promise<ScopesDetail>;
export declare function mapFetchScopeDetail(scopesDetailResponse: FetchScopesDetailResponse): ScopesDetail;
//# sourceMappingURL=query.d.ts.map