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