import { BoundaryResult } from '../../boundary'; import { ErrorType } from './types'; export declare const handleVoidResult: (result: BoundaryResult, defaultError: ErrorType) => void; //# sourceMappingURL=handleResult.d.ts.map