export declare type TPlatformType = ('ps4' | 'pc' | 'xboxone' | 'ps5' | 'xbox-series-xs'); export declare const isPlatformType: (pType: unknown) => pType is TPlatformType; export declare const get: (platform: TPlatformType, route: string) => Promise; export declare const getExt: (platform: TPlatformType, route: string) => Promise; export declare const getParam: (platform: TPlatformType, route: string, params: Record) => Promise; export declare const getParamExt: (platform: TPlatformType, route: string, params: Record) => Promise; export declare const getNoParam: (platform: TPlatformType, route: string) => Promise; //# sourceMappingURL=api.d.ts.map