export declare function getPathnameFromFilePath(inputPath: string, params?: {}, strict?: boolean, options?: {
    preserveExtensions?: boolean;
    includeIndex?: boolean;
}): string;
//# sourceMappingURL=getPathnameFromFilePath.d.ts.map