/** Raw storage policy */
export interface PolicyRaw {
    /** Raw storage policy */
    policy: string;
}
//# sourceMappingURL=PolicyRaw.d.ts.map