/** * Take a content and returns an array containing * all imported paths. */ export declare function findImportsInContent(content: string): any[]; //# sourceMappingURL=utils.d.ts.map