import * as go from '../../../codemodel.go/src/index.js';
/**
 * Creates the content for client_factory.go file.
 * For non-ARM targets, the empty string is returned.
 *
 * @param pkg contains the package content
 * @param target the codegen target for the package
 * @param options the emitter options
 * @returns the text for the file or the empty string
 */
export declare function generateClientFactory(pkg: go.PackageContent, target: go.CodeModelType, options: go.Options): string;
//# sourceMappingURL=clientFactory.d.ts.map