import { SCRTDoubleVector, TSciChart } from "../types/TSciChart";
export declare const copyDoubleVector: (source: SCRTDoubleVector, target: SCRTDoubleVector, wasmContext: TSciChart) => void;
