import type { CheckOperationsResult, SourceLike } from "./interfaces.js";
export declare function checkOperations(getDocuments: () => AsyncIterable<string | SourceLike>, configPath?: string, overrideConfig?: GraphileConfig.Preset["gqlcheck"]): Promise<CheckOperationsResult>;
