import { PathnamesConfiguration } from "./types";
declare let pathnames: (config: PathnamesConfiguration) => string[];
export default pathnames;
