import type { PlaintextType } from '../../../types'; export default function determineEncryptPolyfills(plaintextType: PlaintextType): { textEncoder: boolean; digest: boolean; encrypt: boolean; };