declare const findPackemFile: (rootDirectory: string, configPath?: string) => Promise<string>;
export default findPackemFile;
