import { RouterPanes } from '../types'; export declare function parsePanesSegment(str: string): RouterPanes; export declare function encodePanesSegment(panes: RouterPanes): string; export declare function parseOldPanesSegment(str: string): RouterPanes; //# sourceMappingURL=parsePanesSegment.d.ts.map