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