export declare const _randomFormatDate: (props?: {
    minimum?: number;
    maximum?: number;
}) => string;
