import { ErrorCode as ErrorCode$1 } from '@alessiofrittoli/exception/code';
declare enum Next {
}
declare const ErrorCode: {
Exception: typeof ErrorCode$1;
Next: typeof Next;
};
type ErrorCode = MergedEnumValue<typeof ErrorCode>;
export { ErrorCode, Next };