import { HelpfulError } from 'helpful-errors'; export declare class DomainObjectMetadataMustBeDefinedError extends HelpfulError { constructor({ domainObjectName, nameOfFunctionNeededFor, }: { domainObjectName: string; nameOfFunctionNeededFor: string; }); }