export declare class Utils {
    static remove_property_from_object(d: any, excludes: Array<string>): any;
}
