import { GraphQLSchema } from 'graphql';
import { CommandFactory, GlobalArgs } from '@graphql-inspector/commands';
export { CommandFactory };
export declare function handler({ schema: unsortedSchema, output, comments, }: {
    schema: GraphQLSchema;
    output: string;
    comments: boolean;
}): void;
declare const _default: CommandFactory<{}, {
    schema: string;
    write?: string;
    comments?: boolean;
} & GlobalArgs>;
export default _default;
