import { FindPathParams } from './types.js'; declare const findPaths: (params: FindPathParams) => string[]; export { findPaths };