export declare function getFilenameFromPath(path: string, removeComplexExtension?: boolean, debug?: boolean): string | undefined;
