declare const _default: import("node_modules/@agent-native/core/dist").ActionDefinition<{ operation?: "delete" | "get" | "list" | "upsert" | undefined; id?: string | undefined; label?: string | undefined; baseUrl?: string | undefined; auth?: { type: "none"; } | { type: "bearer"; credentialKey: string; } | { type: "basic"; usernameKey: string; passwordKey: string; } | { type: "api-key-header"; credentialKey: string; headerName: string; } | undefined; docsUrls?: string[] | undefined; allowedHostSuffixes?: string[] | undefined; defaultHeaders?: Record | undefined; notes?: string | undefined; scope?: "org" | "user" | undefined; } | { operation?: "delete" | "get" | "list" | "upsert" | undefined; id?: string | undefined; label?: string | undefined; baseUrl?: string | undefined; auth?: { type: "none"; } | { type: "bearer"; credentialKey: string; } | { type: "basic"; usernameKey: string; passwordKey: string; } | { type: "api-key-header"; credentialKey: string; headerName: string; } | undefined; docsUrls?: string[] | undefined; allowedHostSuffixes?: string[] | undefined; defaultHeaders?: Record | undefined; notes?: string | undefined; scope?: "org" | "user" | undefined; }, { id?: undefined; deleted?: undefined; providers: { id: string; label: string; baseUrl: string; authType: "api-key-header" | "basic" | "bearer" | "none"; docsUrls: string[]; notes: string; updatedAt: number; }[]; count: number; provider?: undefined; found?: undefined; registered?: undefined; label?: undefined; message?: undefined; } | { id?: undefined; deleted?: undefined; providers?: undefined; count?: undefined; found: boolean; provider: import("node_modules/@agent-native/core/dist/provider-api").CustomProviderConfig; registered?: undefined; label?: undefined; message?: undefined; } | { deleted?: undefined; providers?: undefined; count?: undefined; provider?: undefined; found: boolean; id: string; registered?: undefined; label?: undefined; message?: undefined; } | { providers?: undefined; count?: undefined; provider?: undefined; found?: undefined; deleted: boolean; id: string; registered?: undefined; label?: undefined; message?: undefined; } | { deleted?: undefined; providers?: undefined; count?: undefined; provider?: undefined; found?: undefined; registered: boolean; id: string; label: string; message: string; }>; export default _default; //# sourceMappingURL=provider-api-register.d.ts.map