1 | import { Promised } from '../types';
|
2 | declare type ImportedDefinition = [Promised<any>, string, string, boolean];
|
3 | /**
|
4 | * to be used __only via CLI tools__
|
5 | */
|
6 | export declare const assignImportedComponents: (set: ImportedDefinition[]) => ImportedDefinition[];
|
7 | export {};
|