declare module "../../../dist/extensionAPI.js" {
  export const runEmbeddedPiAgent: (params: Record<string, unknown>) => Promise<unknown>;
}
