import { PlatFormTitle } from './Enums'; export declare type Platform = { readonly title: PlatFormTitle; readonly price: string; };