import { PrototypeStruct } from '..';
export declare type LastItemFn = () => string;
export declare const lastItem: PrototypeStruct;
declare global {
    interface String {
        lastItem: LastItemFn;
    }
}
//# sourceMappingURL=last-item.d.ts.map