import type { ModelField } from "./types.js";
export declare const hasKeyword: (field: ModelField) => boolean;
