import { Request, Response } from 'express'; export declare const getSchemaController: (req: Request, res: Response) => Promise;