export declare class Order { readonly field: keyof T; readonly format: () => string; constructor(field: keyof T, format: () => string); }