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