import * as P from 'micro-packed'; export declare const SSHString: P.CoderType; export declare const SSHBuf: P.CoderType; export declare const SSHKeyType: P.CoderType; export declare const PublicKey: P.CoderType>; export declare const AuthData: P.CoderType; }>>; export type AuthDataType = P.UnwrapCoder; export declare const PrivateExport: P.Coder[]; }>, string>; export declare function formatPublicKey(bytes: Uint8Array, comment?: string): string; export declare function getFingerprint(bytes: Uint8Array): string; export declare function getKeys(privateKey: Uint8Array, comment?: string, checkBytes?: Uint8Array): { publicKeyBytes: Uint8Array; publicKey: string; fingerprint: string; privateKey: string; }; export declare function authSign(privateKey: Uint8Array, data: AuthDataType): Uint8Array; export default getKeys; //# sourceMappingURL=ssh.d.ts.map