import type { PlaintextType } from '../../../types'; import type { PolyfillMap } from '../../types'; export default function canEncrypt(plaintextType: PlaintextType, polyfills?: PolyfillMap): boolean;