export type Flag = {
    description: string;
    longName: string;
    shortName?: string;
};
export declare const FLAGS: Flag[];
