export declare function getClientHooksTemplate(dsn: string): string;
export declare function getServerHooksTemplate(dsn: string): string;
/**
 * +page.svelte with Sentry example
 */
export declare function getSentryExampleSveltePage(options: {
    selfHosted: boolean;
    url: string;
    orgSlug: string;
    projectId: string;
}): string;
export declare function getSentryExampleApiRoute(): string;
