interface AdobeAppVersions {
    [appName: string]: string[];
}
export declare function getAdobeAppVersions(): AdobeAppVersions;
export {};
