export declare const withKeysSorted: <T extends Record<string, unknown>>(input: T) => T;
