import type { BaseConnectionOptions } from "../../../../connection/types/connection-options";
import type { MetadataType } from "../../../types/metadata-type";
export declare const generateDate: (type: MetadataType, connectionOptions: BaseConnectionOptions) => string | number | Date;
