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