import { BaseFunction } from "./__base"; export declare class NowFunction extends BaseFunction { example: string; helpText: string[]; helpArgs: never[]; protected validate(): void; protected main(): Date; } //# sourceMappingURL=now.d.ts.map