export declare function trimFeedId(feedId: string): string;
export declare function getFeedIdUint8Array(feedId: string): Uint8Array;
