export declare const store: (nostrHexSk: string, data: Uint8Array, force: boolean, name?: string | undefined, meta?: Uint8Array | undefined) => Promise; export declare const retrieve: (nostrHexSk: string, lookup: string) => Promise; export declare const retrieveMetadata: (nostrHexSk: string, lookup: string) => Promise; export declare const encodeHex: (bytes: Uint8Array) => string; export declare const encodeBase64: (bytes: Uint8Array) => string; export declare const decodeHex: (str: string) => Uint8Array; export declare const decodeBase64: (str: string) => Uint8Array; export interface FileMetadata { filename: string; metadata: Uint8Array; } //# sourceMappingURL=carbonado.d.ts.map