import type { SentryOptions } from './types';
/**
 * Creates a snippet that imports a Sentry.init file.
 */
export declare function buildSdkInitFileImportSnippet(filePath: string): string;
/**
 * Creates a snippet that initializes Sentry on the client by choosing
 * default options.
 */
export declare function buildClientSnippet(options: SentryOptions): string;
/**
 * Creates a snippet that initializes Sentry on the server by choosing
 * default options.
 */
export declare function buildServerSnippet(options: SentryOptions): string;
//# sourceMappingURL=snippets.d.ts.map