import { SettledLeft } from '../../types'; /** @internal */ export declare function makeRejection({ reason, currentRejection, transformStep, index, base, }: { reason: any; currentRejection?: true | false | undefined; transformStep?: number; index?: number; base?: { reason: any; status: 'rejected'; } | {}; }): SettledLeft; //# sourceMappingURL=makeRejection.d.ts.map