import { Is } from "@byte.london/byteguards"; import { Outgoing, OutgoingBase, OutgoingList, OutgoingMedia, OutgoingPayload, OutgoingRichContent } from "../../types/payloads/outgoing"; export declare const isOutgoingBase: Is; export declare const isOutgoingList: Is; export declare const isOutgoingPayload: Is; export declare const isOutgoingMedia: Is; export declare const isOutgoingRichContent: Is; export declare const isOutgoing: Is;