/**
* If the key was passed before, then doesn't execute the func
*/
export declarefunctiondoOnce(func: () => void, key: string): void;
/** Clear doOnce() state (for test purposes). */
export declarefunctionclearDoOnceFlags(): void;
//# sourceMappingURL=function.d.ts.map