export declare function interopDefault<T>(mod: {
    default: T;
} | T): T;
