import { PrototypeStruct } from '..';
export declare type IsEmptyFn = () => boolean;
export declare const isEmpty: PrototypeStruct;
declare global {
    interface String {
        isEmpty: IsEmptyFn;
    }
}
//# sourceMappingURL=is-empty.d.ts.map