import { DateFn } from './DateFn';
import { GrammarNode } from './GrammarNode';
export declare function tellMeWhen(when: string, options: {
    now?: Date;
    grammar: GrammarNode;
}): Date | [Date, Date];
export declare function parse(input: string, { grammar }: {
    grammar: GrammarNode;
}): DateFn[];
//# sourceMappingURL=parse.d.ts.map