import { ClientError } from "../abstract/ClientError";
export declare class PgError extends ClientError {
    readonly sql: string;
    constructor(cause: null | undefined | {}, where: string, sql: string);
    isFKError(fkName?: string): boolean;
}
//# sourceMappingURL=PgError.d.ts.map