export declare const BSToAD: (date: string) => string;
export declare const ADToBS: (date: Date | string) => string;
