/** * Returns a path (as an array) from a file path */ export declare const filePathToPropPath: (entryPath: string, useFileNameAsKey?: boolean) => string[]; //# sourceMappingURL=filepath-to-prop-path.d.ts.map