import { CommandModule } from 'yargs'; interface GraphqlDiffOptions { files: (string | number)[]; branch: string; verbose: boolean; } export declare const graphqlDiff: CommandModule; export {};