export declare class InvalidPreKeyFormatError extends Error { message: string; constructor(message: string); }