/** Get the relative url pathname from a function filepath */
export declare function getPathFromFile(filepath: string, basePath: string): string;
