export declare const context7: {
    type: "remote";
    url: string;
    enabled: boolean;
    headers: {
        Authorization: string;
    } | undefined;
    oauth: false;
};
