declare class Decryption {
    initDecryptFunction(): void;
    decryptSauceConfig(config: Record<string, any>): void;
}
declare const _default: Decryption;
export default _default;
