/**
 * @name base64Pad
 * @description Adds padding characters for correct length
 */
export declare function base64Pad(value: string): string;
