export declare const COMPOUND_SHARED_SUPPORT_FILES: readonly ['hooks.ts', 'validator-toolkit.ts']; export declare function ensureBlockConfigCanAddRestManifests(source: string): string; export declare function collectLegacyCompoundValidatorPaths(projectDir: string): Promise; export declare function ensureCompoundWorkspaceSupportFiles(projectDir: string, tempProjectDir: string, legacyValidatorPaths: readonly string[]): Promise;