declare const randomNIEWith: (xyz: string, l: string, seed?: number) => string | null;
export { randomNIEWith };
