import { TSciChart } from "../types/TSciChart";
import { TSciChart3D } from "../types/TSciChart3D";
export declare const libraryVersion = "3.5.752";
export declare const checkBuildStamp: (wasmContext: TSciChart | TSciChart3D) => boolean;
