/** * @param {string} base64 * @returns {boolean} */ export function validate(base64: string): boolean;