import type { Model } from "./types.js"; export type { Model } from "./types.js"; export declare function model(alias: string): Model;