interface DateContext {
    published_at?: string;
    created_at?: string;
}
interface DateOptions {
    hash?: {
        format?: string;
    };
}
export declare function dateHelper(this: DateContext, date: string | Date | number | null | undefined | DateOptions, options?: DateOptions): string;
export {};
//# sourceMappingURL=date.d.ts.map