///
export declare function nthIndexOf(input: string, matcher: string, n: number): number;
export declare function byteLength(input: string | Uint8Array | Buffer): number;
export declare function delay(t: number): Promise;
export declare const isWorker: boolean;
export declare const isWeb: boolean;
export declare const isNode: string | false;
export declare const makePropertyWritable: (obj: T, property: keyof T) => T;
//# sourceMappingURL=util.d.ts.map