export declare function getDependencies(plugins?: string | string[]): { dependencies: string[]; plugins: string[]; };