import * as z from "zod/v3"; export type ChatZeroStateSuggestionOptions = { /** * The Chat Application ID this feed request should be scoped to. Empty means there is no Chat Application ID.. */ applicationId?: string | undefined; }; /** @internal */ export type ChatZeroStateSuggestionOptions$Outbound = { applicationId?: string | undefined; }; /** @internal */ export declare const ChatZeroStateSuggestionOptions$outboundSchema: z.ZodType; export declare function chatZeroStateSuggestionOptionsToJSON(chatZeroStateSuggestionOptions: ChatZeroStateSuggestionOptions): string; //# sourceMappingURL=chatzerostatesuggestionoptions.d.ts.map