export declare const invokeFirstOnly: () => <T = void>(fn: () => T) => T | undefined;
//# sourceMappingURL=invokeFirstOnly.d.ts.map