import { TSClientOptions } from '../TSClient/TSClient'; /** * Builds the necessary glue code to load the query compiler wasm module. * @returns */ export declare function buildQueryCompilerWasmModule(forceEdgeWasmLoader: boolean, runtimeName: TSClientOptions['runtimeName'], compilerBuild: TSClientOptions['compilerBuild']): string;