export declare function generateKey(length?: number): string;
export declare function debounce(func: any, wait: any): (...args: any[]) => void;
