export declare function supportsExamplePage(isNuxtV4: boolean): Promise; export declare function createExamplePage(isNuxtV4: boolean, options: { org: string; project: string; projectId: string; url: string; }): Promise; export declare function createExampleComponent(isNuxtV4: boolean): Promise;