export type JsonSchemaModule = typeof import("@typespec/json-schema");
export declare function resolveJsonSchemaModule(): Promise<JsonSchemaModule | undefined>;
//# sourceMappingURL=json-schema.d.ts.map