export declare const SCOPE: {
    readonly BACKGROUND: "background";
};
export type Scope = (typeof SCOPE)[keyof typeof SCOPE];
export interface ClerkClientExtensionFeatures {
    background?: boolean;
    sync?: boolean;
}
//# sourceMappingURL=types.d.ts.map