import { Application } from 'express';
export declare class CloudfrontService {
    private _apiUrl;
    private readonly _logger;
    constructor(_apiUrl?: string);
    get apiUrl(): string;
    private getJSON;
    getIpRange(service?: string): Promise<string[]>;
    updateTrustProxy(expressApp: Application): Promise<void>;
}
