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