import { FindPathParams } from './types.mjs'; declare const findPath: (params?: FindPathParams) => string | null; export { findPath };