import { PartialBackwardsForwardsCompatibleSvelteConfig } from './sdk-setup/svelte-config'; /** * Creates example page and API route to test Sentry */ export declare function createExamplePage(svelteConfig: PartialBackwardsForwardsCompatibleSvelteConfig, projectProps: { selfHosted: boolean; url: string; orgSlug: string; projectId: string; isUsingSvelte5: boolean; }): Promise;