export declare class MultipleInstancesException extends Error { constructor(size: number); } export declare class NoSelectorException extends Error { constructor(); } export declare class SelectorChainingException extends Error { constructor(); } export declare class SelectorNotFoundException extends Error { constructor(); }