export declare function getState(): {
    issuesPromise: Promise<any>;
    mode: string;
};
