export declare class SchemaGenerator { private sourceFile; private program; private initialize; generateSchema(entryPointPath: string): void; private processClassMethods; private extractMethodInputSchema; private extractMethodOutputSchema; private mapTypeScriptTypeToSchemaType; private generateSchemaFileContent; }