export declare const getDataBusname: (params: {
    appID: string;
    documentationUrl?: string;
}) => string;
