export interface DependencyOptions { includedInParent?: boolean; } export default function loader(source: string, map: string, meta: any): Promise;