import type { CommandContext, EnableResult } from './types'; export declare const enable: (ctx: CommandContext, extensionList: readonly string[]) => Promise; //# sourceMappingURL=enable.d.ts.map