import type { ExtensionCommandContext } from '@mariozechner/pi-coding-agent'; import type { CommandDeps } from '../types.ts'; export declare function cmdInit(_args: string, ctx: ExtensionCommandContext, deps: CommandDeps): Promise;