import { Options } from 'got-cjs';
export declare const sigalgs: {
    readonly firefox: string;
    readonly chrome: string;
    readonly safari: string;
};
export declare const knownCiphers: {
    readonly chrome: string;
    readonly firefox: string;
    readonly safari: string;
};
export declare const minVersion: {
    readonly firefox: "TLSv1.2";
    readonly chrome: "TLSv1";
    readonly safari: "TLSv1.2";
};
export declare const maxVersion: {
    readonly firefox: "TLSv1.3";
    readonly chrome: "TLSv1.3";
    readonly safari: "TLSv1.3";
};
export declare function tlsHook(options: Options): void;
//# sourceMappingURL=tls.d.ts.map