import { IUpdatePolicy } from '../types'; export declare function UpdatePolicy(resource: string, content: any): IUpdatePolicy;