import type { ExtensionAPI } from "@mariozechner/pi-coding-agent"; export interface PassthroughFlag { active: boolean; } export declare function createPassthroughFlag(): PassthroughFlag; export declare function registerPassthroughCommand(api: ExtensionAPI, flag: PassthroughFlag): void; //# sourceMappingURL=index.d.ts.map