export declare const exoGraphMethod: readonly ["QUERY", "MUTATION"]; export type ExoGraphMethod = (typeof exoGraphMethod)[number];