import { CONFIG_KEYS } from '../../consts/config.js';
export type InitCommandArguments = {
    [CONFIG_KEYS.ACCESS_TOKEN]?: string;
};
