export type Type = 'BC1' | 'BC3' | 'BC4' | 'BC5' | 'BC7';

export function generate(input: string, type?: Type, options?: string[]): string;
