export declare function replaceSubstring(str: string, replaceChars: [number, string][], start: number, end: number): string; export declare type Optional = { readonly [P in keyof T]?: T[P]; }; //# sourceMappingURL=common.d.ts.map