export declare function debounce(func: any, wait: any, immediate?: boolean): () => void; export declare function applyTransform(element: any, transformString: string): void; export declare function downScaleImage(img: any, scale: any): HTMLCanvasElement; export declare function getLocale(text: any, locale: any): any;