export declare function isRiotClientRunning(): Promise<boolean>;
export declare function getRiotClientPath(): Promise<string>;
