import type { PrototypeStruct } from '../index.js'; interface Insert { insert(index: number, s: string): string; } export declare const insert: PrototypeStruct; declare global { interface String extends Insert { } } export {}; //# sourceMappingURL=insert.d.ts.map