export declare function simplifyTitle(title: string): string;
export declare function releaseTitleCleaner(title: string): string | null;
