/**
*
* This error is thrown when you connect a pin to a locked pin.
* [Read this](https://connective.dev/docs/pin#subscribing-and-binding)
* for more information on when a pin is locked.
*
*/
export declare classPinLockedErrorextendsError{
constructor();
}