import { Options } from './interface';
export declare function getDependencies({ content, filePath, options, }: {
    content: string;
    filePath: string;
    options: Options;
}): string[];
