export declare const IS_EMPTY = "list is empty";
export declare const MORE_THAN_ONE = "list length only one";
export declare const MORE_THAN_TWO = "list length only two";
