export declare function createModuleScriptName(from: string, imports: string[] | undefined): string; export declare function createNamedImportModuleSource(from: string, imports: string[]): string; export declare function createNamespaceImportModuleSource(from: string): string;