import { CallAPI } from '../../api/calls.js'; /** * Resolve config for the given profile, create an authenticated HTTP client, * and return a ready-to-use CallAPI instance. */ export declare function getCallAPI(profileName?: string): CallAPI; export { formatTimestamp, formatDuration } from '../../utils/format.js';