import { IDependsOn } from '../types'; export declare function DependsOn(resource: string, content: string | string[]): IDependsOn;