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