declare const _default: {
    fortnite: ([platform, user]: string[], apiKey: string) => {
        data: null;
        error: null;
    };
    apex: ([platform, name]: string[], apiKey: string) => {
        data: null;
        error: null;
    };
    csgo: ([platform, platformUserIdentifier]: string[], apiKey: string) => {
        data: null;
        error: null;
    };
    overwatch: ([platform, region, battletag]: string[]) => {
        data: null;
        error: null;
    };
};
export = _default;
