import * as flatbuffers from 'flatbuffers'; export declare class PKCS12KeyPair { bb: flatbuffers.ByteBuffer | null; bb_pos: number; __init(i: number, bb: flatbuffers.ByteBuffer): PKCS12KeyPair; static getRootAsPKCS12KeyPair(bb: flatbuffers.ByteBuffer, obj?: PKCS12KeyPair): PKCS12KeyPair; static getSizePrefixedRootAsPKCS12KeyPair(bb: flatbuffers.ByteBuffer, obj?: PKCS12KeyPair): PKCS12KeyPair; privateKey(): string | null; privateKey(optionalEncoding: flatbuffers.Encoding): string | Uint8Array | null; publicKey(): string | null; publicKey(optionalEncoding: flatbuffers.Encoding): string | Uint8Array | null; certificate(): string | null; certificate(optionalEncoding: flatbuffers.Encoding): string | Uint8Array | null; static startPKCS12KeyPair(builder: flatbuffers.Builder): void; static addPrivateKey(builder: flatbuffers.Builder, privateKeyOffset: flatbuffers.Offset): void; static addPublicKey(builder: flatbuffers.Builder, publicKeyOffset: flatbuffers.Offset): void; static addCertificate(builder: flatbuffers.Builder, certificateOffset: flatbuffers.Offset): void; static endPKCS12KeyPair(builder: flatbuffers.Builder): flatbuffers.Offset; static createPKCS12KeyPair(builder: flatbuffers.Builder, privateKeyOffset: flatbuffers.Offset, publicKeyOffset: flatbuffers.Offset, certificateOffset: flatbuffers.Offset): flatbuffers.Offset; } //# sourceMappingURL=pkcs12-key-pair.d.ts.map