declare class Competition { private static instance; private options; private baseURL; private client; private version; private auth; private type; private id; private score; constructor(); static getInstance(): Competition; getId(): string | null; getType(): string; private handleCompetitionType; private handleCompetitionId; fetch(): Promise; create(): Promise; finalize(): Promise; updateQueryStringParameter(key: string, value: string): void; } export { Competition };