export declare const importSources: { readonly type: 'array'; readonly items: { readonly type: 'string'; }; readonly uniqueItems: true; readonly default: string[]; };