import type Request from '@stackpress/ingest/Request';
import type Response from '@stackpress/ingest/Response';
import type Server from '@stackpress/ingest/Server';
export default function AuthSignin(req: Request, res: Response, ctx: Server): Promise<void>;
