import { ExtractIntlKeysOpts, IOpts } from './types';
export declare const getDependenciesFs: (entry: string, opts: Omit<IOpts, 'extractIntlKeys'> & {
    extractIntlKeys?: IOpts['extractIntlKeys'];
}, extractIntlKeysOpts?: ExtractIntlKeysOpts) => Promise<import("./types").GetDependenciesRes>;
//# sourceMappingURL=getDependenciesFs.d.ts.map