import type { Thenable } from "unplugin";
export declare function interopDefault<T>(m: Thenable<T>): Promise<T extends {
    default: infer U;
} ? U : T>;
