/**
 * Get one parameter value from the url.
 *
 * @param param - The parameter to get from the url.
 * @returns The parameter value from the url.
 * @public
 */
export declare const getURLParameter: (param: string) => string | null;
//# sourceMappingURL=get-url-parameters.d.ts.map