///
import * as Crypto from 'crypto';
export default class Manifest {
data: {
[key: string]: string;
};
addFile(buffer: Buffer, filename: string, encoding: Crypto.Utf8AsciiLatin1Encoding): Promise;
toJSON(): string;
sign(): Promise;
private _decodePrivateKey;
}