interface ExampleComponentOptions { url: string; orgSlug: string; projectId: string; } export declare function createExampleComponent(options: ExampleComponentOptions): Promise; export declare function getSentryExampleComponentCode(options: ExampleComponentOptions): string; export {};