export declare class GistPublishModal { private settingsUrl; constructor(); show(submitCallback: (personalAccessToken: string) => void): void; create(submitCallback: any, personalAccessToken?: string): void; private createModalContent; private createErrorIconNode; storePersonalAccessToken(githubPersonalAccessToken?: string): Promise; private getGithubPersonalAccessToken; private getStoredSettings; }