/**
 * Only allow values >= limit
 */
export declare function Min(limit: number): Function;
