export declare const SecretDependencyResourceType: { readonly Tools: "tools"; readonly Agents: "agents"; readonly PhoneNumbers: "phone_numbers"; }; export type SecretDependencyResourceType = (typeof SecretDependencyResourceType)[keyof typeof SecretDependencyResourceType];