export function isBare(str: string): boolean; export function isString(str: any): boolean; export function validate(map: ImportMap): Array<{ key: string; value: string; }>; export type ImportMap = { imports: Record; };