export declare class PdoError extends Error {
    cause: any;
    constructor(error?: Error | string, cause?: any);
}
export default PdoError;
