import { LiquidDate } from './liquid-date';
export declare function strftime(d: LiquidDate, formatStr: string): string;
