/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ export declare function asBase64(file: File | Blob): Promise; //# sourceMappingURL=as-base-64.d.ts.map