import type { TSClientOptions } from './TSClient'; export declare const commonCodeJS: ({ runtimeBase, runtimeName, browser, clientVersion, engineVersion, generator, }: TSClientOptions) => string; export declare const notSupportOnBrowser: (fnc: string, browser?: boolean) => string; export declare const commonCodeTS: ({ runtimeBase, runtimeName, clientVersion, engineVersion, generator, }: TSClientOptions) => { tsWithoutNamespace: () => string; ts: () => string; };