export declare class AvoInstallationId {
    static installationId: null | string;
    static getInstallationId(): string;
    static get cacheKey(): string;
}
