import type Express from "express"; export declare function handleCreateSpace(req: Express.Request, res: Express.Response, next: Express.NextFunction): Promise; export declare function handleSpaceExist(req: Express.Request, res: Express.Response, next: Express.NextFunction): Promise;