import '@tapjs/core';
import { LoadedConfig } from '@tapjs/config';
export declare const getInstallSet: (args: string[], config: LoadedConfig) => Promise<{
    added: Set<string>;
    needInstall: Set<string>;
    needCleanup: Set<string>;
}>;
//# sourceMappingURL=get-install-set.d.ts.map