export declare class SingleEntityNotFoundError extends Error { readonly entityName: string; readonly criteria: object; constructor(entityName: string, foundEntities: number, criteria: object); } //# sourceMappingURL=singleEntityNotFound.error.d.ts.map