declare const randomNIFWith: (char: string, seed?: number) => string | null;
export { randomNIFWith };
