export type DefaultModuleImport = Promise<{
    [key: string]: unknown;
    default?: unknown;
}>;
