import { QNumberPath } from "./QNumberPath";
export declare function yearFn(path: string): () => QNumberPath;
export declare function monthFn(path: string): () => QNumberPath;
export declare function dayFn(path: string): () => QNumberPath;
export declare function hourFn(path: string): () => QNumberPath;
export declare function minuteFn(path: string): () => QNumberPath;
export declare function secondFn(path: string): () => QNumberPath;
