import type { TSClientOptions } from './TSClient'; export declare const commonCodeTS: ({ clientVersion, engineVersion, generator }: TSClientOptions) => string;