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