import { Connection } from '../types/Connection';
export declare const getApiName: (connection: Connection, label?: string | undefined) => string;
