import type { Subtree } from '../types'; export declare const mockIdMap: { entityIds: { 'customizableSection-1': string; 'openContainer-2': string; 'heading1-3': string; 'text-4': string; 'openContainer-5': string; 'button-6': string; 'openContainer-7': string; 'image-8': string; }; labels: { 'hero-1': string; 'hero-1-container-2': string; 'headline-3': string; 'paragraph-4': string; 'hero-1-container-5': string; 'cta-6': string; 'hero-1-container-7': string; 'logo-8': string; }; }; export declare const mockAmdTree: Subtree; export declare const generateUpdatedMockAmdTree: (pageRootId: string) => Subtree;