import { JSONSchema4 } from "json-schema"; import { CodeMaker } from 'codemaker'; export declare function emitConstructForApiObject(code: CodeMaker, def: JSONSchema4, provider: string, namespace: string, version: string): string; export declare function findApiObjectDefinitions(schema: JSONSchema4): { [k: string]: { [k: string]: JSONSchema4[]; }; };