export declare function getClientHooksTemplate(dsn: string, selectedFeatures: {
    performance: boolean;
    replay: boolean;
    logs: boolean;
}): string;
export declare function getServerHooksTemplate(dsn: string, selectedFeatures: {
    performance: boolean;
    replay: boolean;
    logs: boolean;
}, includeSentryInit: boolean): string;
export declare function getInstrumentationServerTemplate(dsn: string, selectedFeatures: {
    performance: boolean;
    logs: boolean;
}): string;
/**
 * +page.svelte with Sentry example
 */
export declare function getSentryExampleSveltePage(options: {
    selfHosted: boolean;
    url: string;
    orgSlug: string;
    projectId: string;
    isUsingSvelte5: boolean;
}): string;
export declare function getSentryExampleApiRoute(): string;
