export declare const fileExtensions: string[];
export declare function removeFileExtension(title: string): string;
