export declare function compact($: any, keysThatMustExist?: any[], dropValues?: any[], keep?: boolean): any;
