export declare class VectorError extends Error {
    sourceError?: Error | undefined;
    protected errorCode: string;
    constructor(sourceError?: Error | undefined, message?: string);
}
//# sourceMappingURL=VectorError.d.ts.map