variable embedFooterPredicate

readonly
embedFooterPredicate: z.ZodObject<{  text: z.ZodString;  icon_url: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;}, "strip", z.ZodTypeAny, {  text: string;  icon_url?: string | undefined;}, {  text: string;  icon_url?: string | undefined;}>