export declare const TIME: {
    get: (fullLine?: boolean, flags?: string) => RegExp;
    verify: (text: string) => boolean;
    find: (text: string) => string[];
    replace: (text: string, replaceWith?: string) => string;
};
//# sourceMappingURL=time.d.ts.map