import type { Models } from '../../models'; import type { SpecFragment } from '../../typings'; export declare const SPEC_FRAGMENT: SpecFragment; export declare function build(models: Models): SpecFragment;