import { Sprak } from '../pynt/FeilmeldingSprak'; export declare function getCookieValue(key: any, cookies: any, defaultValue: any): any; export declare function hentSprak(): Sprak; export declare function removeQuerystring(url: string, remove: string): string; export declare function useRefLazy(initializer: () => T): T; export declare function comparatorFraRekkefolgeIListe(rekkefolge?: string[], ukjenteSorteresBakerst?: boolean): (verdiA: string, verdiB: string) => number; export declare function remove(original: { [key: string]: any; }, toRemove: string[]): { [key: string]: any; };