import type { Context } from "../compiler/context";
export declare let detectLoaderChanges: (ctx: Context) => Promise<Record<string, string>>;
