export declare const itemBelongsCollection = "The item already belongs to this collection, or to another collection.";
export declare const itemNotFoundInCollection = "The item was not found in this collection.";
export declare const setPointOutOfRange = "setPoint: Index out of range.";
export declare const insertPointOutOfRange = "addPoint: Index out of range.";
export declare const removePointOutOfRange = "removePoint: Index out of range.";
