UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

7 lines (6 loc) 208 B
export type PwAiModule = typeof import("./pw-ai.js"); type PwAiLoadMode = "soft" | "strict"; export declare function getPwAiModule(opts?: { mode?: PwAiLoadMode; }): Promise<PwAiModule | null>; export {};