import { $OpenApiTs } from './open/client';
export declare function sendFeed(channelId: string, payload: $OpenApiTs['/feed/{channelId}/send']['post']['req']['requestBody']): Promise<{
    id: string;
    channelId: string;
    createdAt: string;
    updatedAt: string;
    eventName: string;
    eventContent: string;
    tags: Array<(string)>;
    source: string;
    senderId?: string | null;
    senderName?: string | null;
    url?: string | null;
    important: boolean;
    archived: boolean;
    payload?: {
        [key: string]: unknown;
    } | null;
}>;
//# sourceMappingURL=feed.d.ts.map