import { Policy } from 'snyk-policy';
export declare function display(policy: Policy): Promise<string>;
