export declare function isDebugMode(): string | boolean;
export declare function getParam(name: string): boolean | string;
export declare function resolveUrl(source: string | undefined, uri: string): string;
/** @returns `true` if it's a phone or tablet */
export declare function isMobileDevice(): boolean;
