/** Transform content to a base64 encoded string */ export default function (input: string): string;