/** * This function and module needs to be loaded before of everything from index, If in the browser get this script src attribute (it's one of the way of configuring magick.wasm location). */ export declare function getThisBrowserScriptTagSrc(): any; export declare function getThisBrowserScriptTagSrcParams(): { [s: string]: string; } | undefined;