import { type ReactNode } from "react"; export declare function isPendingWorkspaceResourceApproval(result: unknown): boolean; export declare function handleAgentPackMutationSuccess(result: unknown, options: { appliedMessage: string; approvalMessage: string; onApplied: () => void; notify?: (message: string) => void; }): void; export declare function SimpleAgentsPanel({ title, }?: { title?: ReactNode; }): import("node_modules/@types/react/index.js").JSX.Element; //# sourceMappingURL=simple-agents-panel.d.ts.map