/**
 * @name base64Trim
 * @description Trims padding characters
 */
export declare function base64Trim(value: string): string;
