declare class Policy { constructor(); static initialize(): void; update(): void; delete(): void; get(): void; } export default Policy;