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