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