import type { FormatModule } from "relay-compiler/lib/language/RelayLanguagePluginInterface"; export type SupermassiveOutputType = "V3" | "V2" | "BOTH"; export interface FormatModuleOptions { emitDocuments: boolean; emitNarrowObservables: boolean; emitQueryDebugComments: boolean; emitSupermassiveDocuments: boolean; supermassiveDocumentNodeOutputType: SupermassiveOutputType; schema: string; unstable_emitExecutionDocumentText: boolean; } export declare function formatModuleFactory(options: FormatModuleOptions): Promise; //# sourceMappingURL=formatModule.d.ts.map