import { Fs } from '../peripherals/fs';
export declare function transpileClient(clientPath: string, outputPath: string, fs: Fs): Promise<void>;
