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