export declare const acquireProjectType: () => {
    readonly vars: {
        readonly REPOSITORY_SUBTYPE: string;
        readonly REPOSITORY_TYPE: string;
    };
};
export declare const acquireVariables: () => any;
export declare const acquirePackage: () => any;
