export declare function assertEmpty(data: any, name?: string): void;
export declare function isEmpty(data: any): boolean;
