export declare const PersonalGroupSlugs: {
    slug: string;
    chatSlug: string;
    collectionSlug: string;
    notebookSlug: string;
};
export declare const PersonalGroupNames: {
    groupTitle: string;
    chatTitle: string;
    collectionTitle: string;
    notebookTitle: string;
};
export interface WayfindingProgress {
    viewedPersonalGroup: boolean;
    viewedChatChannel: boolean;
    viewedCollectionChannel: boolean;
    viewedNotebookChannel: boolean;
    tappedAddNote: boolean;
    tappedAddCollection: boolean;
    tappedChatInput: boolean;
}
//# sourceMappingURL=wayfinding.d.ts.map