import { type RecentConnectionMeta } from '../types';
export declare function getPredefinedProviderId(meta?: RecentConnectionMeta | undefined): string;
