import { GenerateContext } from '../GenerateContext'; import { TSClientOptions } from '../TSClient'; export declare function createBrowserFile(context: GenerateContext, _options: TSClientOptions): string;