export declare class UnityTools {
    static getQueryParam(key: string): string;
}
