export default function idempotent<T>(action: (x: any) => T): (...args: any[]) => T | undefined;
//# sourceMappingURL=idempotent.d.ts.map