import { TypespecProgram } from "../interfaces";
export declare function emitClient(filePath: string, program: TypespecProgram): Promise<void>;
//# sourceMappingURL=emit-client.d.ts.map