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