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