import { MobileNavTab } from '../types/native';

export declare function parseActiveTab(pathname: string): MobileNavTab | null;
export declare function trimFullPath(path: string): string;
//# sourceMappingURL=navigation.d.ts.map