import { GetPathsParams, LskrcConfig } from './types.mjs'; declare const getPaths: (params?: GetPathsParams, { config }?: { config?: LskrcConfig; }) => string[]; export { getPaths };