import { PrismicUserProfile } from "@prismicio/manager"; export declare function trackSentryError(error: unknown): Promise; export declare function setupSentry(): void; type UpdateSentryContextArgs = { repositoryName?: string; framework?: string; userProfile?: PrismicUserProfile; }; export declare function updateSentryContext({ repositoryName, framework, userProfile, }: UpdateSentryContextArgs): Promise; export {};