export declare function createExamplePage(options: {
    selfHosted: boolean;
    orgSlug: string;
    projectId: string;
    url: string;
    isTS: boolean;
    projectDir: string;
}): Promise<void>;
export declare function getSentryExamplePageContents(options: {
    selfHosted: boolean;
    orgSlug: string;
    projectId: string;
    url: string;
    isTS?: boolean;
}): string;
export declare function getSentryExampleApiContents(options: {
    isTS?: boolean;
}): string;
