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