import * as go from '../../../codemodel.go/src/index.js';
/**
 * Creates the content for the interfaces.go file.
 *
 * @param pkg contains the package content
 * @returns the text for the file or the empty string
 */
export declare function generateInterfaces(pkg: go.PackageContent): string;
//# sourceMappingURL=interfaces.d.ts.map