export declare const isLocalSourceCheckout: (runtimeDir: string) => boolean;
export declare const shouldEnsureClientStaticsForCommand: (command: "report" | "test" | "worker") => boolean;
export declare function ensureClientStaticsForLocalDev(): Promise<void>;
