import { Schema } from "../interfaces";
export declare const translate$times: (times: any) => {
    [x: string]: {
        type: string;
        default: any;
    };
};
export declare const translate$size: (state: any, schema: Schema) => any;
//# sourceMappingURL=translators.d.ts.map