export declare const getCodeFromLocation: (location: Location) => string; export declare const removeCodeFromLocation: (location: Location) => void;