/** * Build a JSON Schema (draft-07) for scenario YAML files, off the consumer's TL * schema. Editors (VS Code + the YAML extension) use it for autocomplete + * linting: the scenario structure, and the `invoke:` method name (an enum of the * TL method names). Ship via the `mtproto-test schema` command — consumers don't * hand-write it. * * Param shapes per method are NOT modelled (`params` is free-form); `${...}` * refs are free-form strings. * * @param schemaDirs - the app's `.tl` schema directory (or several). */ export declare function generateScenarioSchema(schemaDirs: string | string[]): object; //# sourceMappingURL=schema.d.ts.map