import { AbapService } from "@sap/adp-abap";
export declare function fetchTransportList(abapService: AbapService, packageName: string, repository: string): Promise<void>;
export default class TransportList {
    private static transportList;
    static get transports(): string[];
    static set transports(value: string[]);
}
