import { type Datasource, type DatasourceAdf } from '@atlaskit/linking-common/types'; export declare const buildDatasourceAdf:
>(datasource: Datasource
, url?: string) => DatasourceAdf
;