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