export declare const jiti: {
    import: (id: string, opts?: {
        default?: true;
    }) => Promise<unknown>;
};
