/**
 * Trims semicolons and whitespace from the end of the string (for cookie values).
 */
export declare const trimSemicolonsAtTheEnd: (value: string) => string;
