/** * API endpoint for account creation. * @param req * @param res * @returns */ export declare function authCreate(req: any, res: any): any;