import type { Logger } from 'myst-cli-utils';
/**
 * Validate token and save to local config file
 *
 * If config file does not exist, it will be created.
 * If config file does exist with saved tokens, this token will be added
 * to the saved tokens and set as the current token.
 */
export declare function setUserToken(log: Logger, token?: string): Promise<void>;
//# sourceMappingURL=setUserToken.d.ts.map