import { Matcher } from "./matcher"; export declare class EmptyMatcher extends Matcher { toBeEmpty(): void; private _getLength; }