export declare const useOmit: (obj: {
    [key: string]: any;
}, keys: string[]) => {
    [key: string]: any;
};
