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