import { BoundaryFailure } from '../../entities/types.cjs'; export declare const makeCoreError: (message: string, location: string) => BoundaryFailure; export declare const makeConfigurationError: (message: string, location: string, caseConfigurationErrorCode: string) => BoundaryFailure; //# sourceMappingURL=errors.d.ts.map