import type { FileGraph } from '../../typings';
/** Inject omnia current manifest runtime */
export declare const omniaCurrentManifestRuntime: import("../../typings").Transformer<"omnia-current-manifest-runtime", [], {
    test(code: string, id: string): boolean;
    transform(code: string, id: string, fileGraph: FileGraph, ctx: import("../../typings").RuntimeContext, fromWorker: boolean): string;
}>;
