export declare const parseUrl: (x: string) => { [x: string]: unknown; }; export declare const isPrintMode: boolean;