import { DateTime } from "luxon"; /** * parse mysql date string * * @param value valid mysql date string, with fractions or not * * @returns */ export declare function parseMysqlDate(value: string): DateTime; export declare function parseMysqlDate(value: any): null; declare const TYPE_POST_CONVERSION_MAP: Map any>; export { TYPE_POST_CONVERSION_MAP };