declare const softId: number;
declare const supportedProviders: {
    twoCaptcha: {
        name: string;
        in: string;
        res: string;
    };
    ruCaptcha: {
        name: string;
        in: string;
        res: string;
    };
};
export { supportedProviders, softId };
//# sourceMappingURL=constants.d.ts.map