export declare const VERSION: string; export declare const SNIPPET_VERSION: string; /** * Returns the version of the script as a float to be stored in legacy systems that do not support * string versions. */ export declare function versionAsFloat(ver?: string): number;