import { TRecord } from "../types/record.types";
export declare function handleGetRecordByDate(date?: string): TRecord | undefined;
