import type { CLIConfigData } from '../types.js';
/**
 * makeDefaultConfig cerate the fallback configuration which only needs to be valid for
 * the case where the user token was created on the legacy API
 *
 * @param session
 * @param opts
 * @returns
 */
export declare function makeDefaultConfig(audience?: string): CLIConfigData;
//# sourceMappingURL=makeDefaultConfig.d.ts.map