export declare const SmbAgentType: { readonly CustomerFacing: "customer_facing"; readonly Assistant: "assistant"; }; export type SmbAgentType = (typeof SmbAgentType)[keyof typeof SmbAgentType];