export declare class PemEntry { label: string; message: Uint8Array; constructor(label: string, message: Uint8Array); static fromTextAll(pemText: string): PemEntry[]; private static groupBlocks; toText(): string; private static cleanLines; private static wrapText; }