export declare const getTimeOptions: (length: number) => {
    label: string;
    value: string;
}[];
