import { PlatformTypeEnum } from '../enums/platform.type.enum'; import { Request } from 'express'; export declare class PlatformService { getPlatformId(req: Request): PlatformTypeEnum; }