import * as go from '../../../codemodel.go/src/index.js';
export interface ModelsSerDe {
    models: string;
    serDe: string;
}
/**
 * Creates the content for the models.go file.
 *
 * @param pkg contains the package content
 * @param options the emitter options
 * @returns the text for the files or the empty string
 */
export declare function generateModels(pkg: go.PackageContent, options: go.Options): ModelsSerDe;
//# sourceMappingURL=models.d.ts.map