import { Flag, FlagType, Alias, Description } from '../types'; export declare function flag(flagType: FlagType, ...definitions: Array): Flag;