export declare const GeofenceCollectionPricingPlan: {
    readonly RequestBasedUsage: "RequestBasedUsage";
};
export type GeofenceCollectionPricingPlan = (typeof GeofenceCollectionPricingPlan)[keyof typeof GeofenceCollectionPricingPlan];
export declare const MapPricingPlan: {
    readonly RequestBasedUsage: "RequestBasedUsage";
};
export type MapPricingPlan = (typeof MapPricingPlan)[keyof typeof MapPricingPlan];
export declare const PlaceIndexIntendedUse: {
    readonly SingleUse: "SingleUse";
    readonly Storage: "Storage";
};
export type PlaceIndexIntendedUse = (typeof PlaceIndexIntendedUse)[keyof typeof PlaceIndexIntendedUse];
export declare const PlaceIndexPricingPlan: {
    readonly RequestBasedUsage: "RequestBasedUsage";
};
export type PlaceIndexPricingPlan = (typeof PlaceIndexPricingPlan)[keyof typeof PlaceIndexPricingPlan];
export declare const RouteCalculatorPricingPlan: {
    readonly RequestBasedUsage: "RequestBasedUsage";
};
export type RouteCalculatorPricingPlan = (typeof RouteCalculatorPricingPlan)[keyof typeof RouteCalculatorPricingPlan];
export declare const TrackerPositionFiltering: {
    readonly TimeBased: "TimeBased";
    readonly DistanceBased: "DistanceBased";
    readonly AccuracyBased: "AccuracyBased";
};
export type TrackerPositionFiltering = (typeof TrackerPositionFiltering)[keyof typeof TrackerPositionFiltering];
export declare const TrackerPricingPlan: {
    readonly RequestBasedUsage: "RequestBasedUsage";
};
export type TrackerPricingPlan = (typeof TrackerPricingPlan)[keyof typeof TrackerPricingPlan];
