export declare function getNextjsWebpackPluginOptionsTemplate(orgSlug: string, projectSlug: string): string;
export declare function getNextjsSentryBuildOptionsTemplate(): string;
export declare function getNextjsConfigCjsTemplate(sentryWebpackPluginOptionsTemplate: string, sentryBuildOptionsTemplate: string): string;
export declare function getNextjsConfigCjsAppendix(sentryWebpackPluginOptionsTemplate: string, sentryBuildOptionsTemplate: string): string;
export declare function getNextjsConfigEsmCopyPasteSnippet(sentryWebpackPluginOptionsTemplate: string, sentryBuildOptionsTemplate: string): string;
export declare function getSentryConfigContents(dsn: string, config: 'server' | 'client' | 'edge'): string;
export declare function getSentryExamplePageContents(options: {
    selfHosted: boolean;
    url: string;
    orgSlug: string;
    projectId: string;
}): string;
export declare function getSentryExampleApiRoute(): string;
