export declare function isPromise(obj: any): boolean; export declare function uuid(): any; export declare const scope: { safeApply(sc: any, fn: Function): void; safeDigest(sc: any, fn: Function): void; }; export declare const dom: { KEYS: { escape: number; }; onBlur(element: any, fn: any, sc?: any): Function; onKey(key: any, fn: any, s?: any): Function; escape(str: any): any; scrollIntoView(element: any, animate?: boolean, offset?: number): void; }; export declare function stripDollars(data: T): Partial; export declare function copyToClipboard(text: string): void; export declare const lodash: any; import './lodash4-polyfill';