import { AppBskyActorDefs } from './client'; export declare function sanitizeMutedWordValue(value: string): string; export declare function savedFeedsToUriArrays(savedFeeds: AppBskyActorDefs.SavedFeed[]): { pinned: string[]; saved: string[]; }; /** * Get the type of a saved feed, used by deprecated methods for backwards * compat. Should not be used moving forward. *Invalid URIs will throw.* * * @param uri - The AT URI of the saved feed */ export declare function getSavedFeedType(uri: string): AppBskyActorDefs.SavedFeed['type']; export declare function validateSavedFeed(savedFeed: AppBskyActorDefs.SavedFeed): void; //# sourceMappingURL=util.d.ts.map