/**
 * Extract the value associated with the given window.location.search key
 *
 */
export declare const extractSearchKey: (key: string) => string;
