import type { Hooks, PluginInput } from "@opencode-ai/plugin"; export declare function PoeAuthPlugin(_input: PluginInput): Promise; export default PoeAuthPlugin;