/** * Creates an example Remix page to test Sentry */ export declare function createExamplePage(options: { selfHosted: boolean; orgSlug: string; projectId: string; url: string; isTS: boolean; }): Promise; export declare function getSentryExamplePageContents(options: { selfHosted: boolean; orgSlug: string; projectId: string; url: string; isTS?: boolean; }): string;