export declare interface IEmpty
{
    empty(): boolean;
}