import { Types } from '@graphql-codegen/plugin-helpers'; export declare function codegen(options: Types.GenerateOptions): Promise; export declare function sortPrependValues(values: string[]): string[];