import type { MytrilConfig } from './types/index.js';
export declare function mytrilImporter(): Promise<{
    params: undefined | MytrilConfig;
}>;
