export declare const assign: (target: any, ...args: any[]) => any; export declare const keys: (obj: any) => string[];