import type { CommandContext } from "@stricli/core"; export interface LocalContext extends CommandContext { } export declare function buildContext(): LocalContext; //# sourceMappingURL=context.d.ts.map