export declare function toError(error: unknown): Error; export declare function isSessionNotFoundError(error: unknown): boolean;