/**
 * Returns file path without extension
 */
export declare function getPathWithoutExt(filePathWithExtension: string): string;
