export declare function getRollbarServerConfigContents(environment: string, codeVersion?: string, isVercel?: boolean, vercelServerTokenEnvVar?: string): string; export declare function getRollbarEdgeConfigContents(environment: string, codeVersion?: string, isVercel?: boolean, vercelServerTokenEnvVar?: string): string; export declare function getRollbarClientConfigContents(environment: string, codeVersion: string | undefined, enableReplay: boolean, enableSourcemaps: boolean, isVercel?: boolean, vercelClientTokenEnvVar?: string): string; export declare function getInstrumentationHookContent(instrumentationHookLocation: 'src' | 'root'): string; export declare function getInstrumentationHookCopyPasteSnippet(instrumentationHookLocation: 'src' | 'root'): string; export declare function getNextjsConfigCjsTemplate(enableSourcemaps: boolean): string; export declare function getNextjsConfigTsTemplate(enableSourcemaps: boolean): string; export declare function getNextjsConfigMjsTemplate(enableSourcemaps: boolean): string; export declare function getSourceMapUploadScriptTemplate(isTypeScript: boolean, isVercel?: boolean, vercelServerTokenEnvVar?: string): string; export declare function getRollbarDefaultUnderscoreErrorPage(pagesLocation: string[]): string; export declare function getRollbarDefaultGlobalErrorPage(isTs: boolean, appDirLocation: string[]): string; export declare function getRollbarExamplePageContents(options: { accessToken: string; useClient: boolean; isTypeScript?: boolean; appDirLocation?: string[]; pagesFolderLocation?: string[]; }): string; export declare function getRollbarExampleAppDirApiRoute({ isTypeScript, appDirLocation, }: { isTypeScript: boolean; appDirLocation: string[]; }): string; export declare function getRollbarExamplePagesDirApiRoute({ isTypeScript, pagesFolderLocation, }: { isTypeScript: boolean; pagesFolderLocation: string[]; }): string; //# sourceMappingURL=templates.d.ts.map