import type { Policy } from '../types.js'; /** This policy rejects all messages. */ declare const readOnlyPolicy: Policy; export default readOnlyPolicy;