export declare const isEmpty: (data: any) => boolean;
export declare const getLocalItem: (item: string) => string;
