import { type IDataSourcesService } from "@gooddata/sdk-backend-spi"; import { type IDataSourceIdentifierDescriptor } from "@gooddata/sdk-model"; import { type TigerAuthenticatedCallGuard } from "../../types/index.js"; export declare class TigerDataSourcesService implements IDataSourcesService { private readonly authCall; constructor(authCall: TigerAuthenticatedCallGuard); getDataSourceIdentifiers(): Promise; } //# sourceMappingURL=index.d.ts.map