declare const attempt: (callable: (input: T, ...rest: K) => O, input: T | null | undefined, ...rest: K) => O | null; export default attempt; //# sourceMappingURL=attempt.d.ts.map