import { AppErrorEntity } from "../../app-data-objects"; import { PgDocumentInterface } from "./pg-document-interface"; export declare class AppErrorPgDocumentInterface extends PgDocumentInterface { }