export declare const searchurl: string; export declare type platform = "xbox" | "pc"; export interface searchObj { name: string; withGamepass: boolean; url: string; price?: string; }