import type { ExtensionDescriptor } from './extensions.ts';
/**
 * Pre-configured extension descriptor for the Base64 extension.
 *
 * Pass this to `QuickJS.create()` or `QuickJS.restore()` in the
 * `extensions` array to add `atob()`, `btoa()`, and the Uint8Array
 * base64/hex methods to the global scope.
 */
export declare const base64Extension: ExtensionDescriptor;
//# sourceMappingURL=base64.d.ts.map