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