export declare function getShortcuts(): {
    text: string;
    dates: Date[];
}[];
