| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/stubborn-fs/dist/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/stubborn-fs/dist/attemptify.d.ts |
declare const attemptifyAsync: <FN extends Function>(fn: FN, onError: (error: unknown) => undefined) => FN;
declare const attemptifySync: <FN extends Function>(fn: FN, onError: (error: unknown) => undefined) => FN;
export { attemptifyAsync, attemptifySync };