import { FinderArgs } from './interfaces'; export declare const finder: (args: FinderArgs) => string;