export function tsAsyncImport<T>(name: string, contextDir?: string): Promise<T>;
export type TsAsyncImport = typeof tsAsyncImport;
