export type ZaloRuntimeEnv = {
  log?: (message: string) => void;
  error?: (message: string) => void;
};
