import { ClientData } from './type'; export declare const getClientName: (dataSource: string | ClientData | null) => string | null;