export interface CreatePathRecordFromPathsOptions { /** * @defaultValue true */ keyOnlyFilename?: boolean; } export declare const createPathRecordFromPaths: (paths: string[], options?: CreatePathRecordFromPathsOptions) => Record; //# sourceMappingURL=create-path-record-from-paths.function.d.ts.map