import type { IntrospectionSchema, IntrospectionType, IntrospectionField } from "./introspection-types.js"; export type Profile = "admin" | "store"; export declare const ADMIN_ENDPOINT = "https://api.allvalue.com/admin/graphql-explorer"; export declare function loadAdminSchema(token: string): Promise; export declare function buildTypeMap(schema: IntrospectionSchema): Map; export declare function getQueryRoot(schema: IntrospectionSchema): IntrospectionType | undefined; export declare function getMutationRoot(schema: IntrospectionSchema): IntrospectionType | undefined; export declare function listFieldsByName(root: IntrospectionType | undefined): Map; //# sourceMappingURL=schema.d.ts.map