import type Plugin from '@hilla/generator-typescript-core/Plugin.js'; import type DependencyManager from '@hilla/generator-typescript-utils/dependencies/DependencyManager.js'; import { type ArrowFunction, type Expression, type Identifier, type PropertyDeclaration } from 'typescript'; export type Context = Readonly<{ owner: Plugin; }>; export declare const defaultMediaType = "application/json"; export declare function importBuiltInFormModel(specifier: string, { imports, paths }: DependencyManager): Identifier; export declare function createModelBuildingCallback(name: Identifier, args: readonly Expression[]): ArrowFunction; export declare function createEmptyValueMaker(maker: Identifier, model: Identifier): PropertyDeclaration; //# sourceMappingURL=utils.d.ts.map