import { Policy } from './interface/policy.js';
export default function (policy: Policy): string[][];
