export declare const callOnce: (func: Function) => (...args: any[]) => void; export declare function guid(): string; export declare function wait(timeInMs: number): Promise; export declare const get: (getter: () => T) => T | undefined; export declare function inConfigMode(): boolean;