import { Options } from './types.js'; export declare function autoDetectEntries(options: Options): Promise<{ [key: string]: string; }>;