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