default: {
    ConnectionError: typeof ConnectionError;
    ConstraintError: typeof ConstraintError;
    convertPostgreSQLError: (pgError: unknown) => DALError;
    DALError: typeof DALError;
    DocumentNotFound: typeof DocumentNotFound;
    DuplicateSlugNameError: typeof DuplicateSlugNameError;
    InvalidUUIDError: typeof InvalidUUIDError;
    QueryError: typeof QueryError;
    TransactionError: typeof TransactionError;
    ValidationError: typeof ValidationError;
} = ...

Type declaration