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