import { type IGeoService, type IGeoStyleListItem, type IGeoStyleParams, type IGeoStyleSpecification, type IOrganizationGeoCollectionsService } from "@gooddata/sdk-backend-spi"; import { type TigerAuthenticatedCallGuard } from "../../types/index.js"; export declare class TigerGeoService implements IGeoService { private readonly authCall; constructor(authCall: TigerAuthenticatedCallGuard); getDefaultStyle(params?: IGeoStyleParams): Promise; getDefaultStyleSpriteIcons(): Promise; getStyles(): Promise; getStyleById(styleId: string, params?: IGeoStyleParams): Promise; collections(): IOrganizationGeoCollectionsService; } //# sourceMappingURL=index.d.ts.map