/** * * This is thrown when the underlying observable of a pin could not * be resolved. This typically indicates a problematic custom pin type. * */ export declare class UnresolvedPinObservableError extends Error { constructor(); }