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