export declare const DISPATCH_DOCS: { readonly dispatch: "https://agent-native.com/docs/dispatch#what-it-does"; readonly workspace: "https://agent-native.com/docs/agent-resources#global-resources"; readonly integrations: "https://agent-native.com/docs/dispatch#secret-vault"; readonly audit: "https://agent-native.com/docs/audit-log"; readonly threadDebug: "https://agent-native.com/docs/dispatch#reliability"; readonly dreams: "https://agent-native.com/docs/dispatch#dreams"; readonly settings: "https://agent-native.com/docs/agent-surfaces"; }; export declare function dispatchDocsHrefForPath(pathname: string): string | undefined; export declare function DocsLink({ href, label, className, }: { href: string; label: string; className?: string; }): import("node_modules/@types/react").JSX.Element; //# sourceMappingURL=docs-link.d.ts.map