File size: 141 Bytes
fc93158 | 1 2 3 4 | declare module "../../../dist/extensionAPI.js" {
export const runEmbeddedPiAgent: (params: Record<string, unknown>) => Promise<unknown>;
}
|
fc93158 | 1 2 3 4 | declare module "../../../dist/extensionAPI.js" {
export const runEmbeddedPiAgent: (params: Record<string, unknown>) => Promise<unknown>;
}
|