export declare enum Context {
    All = "all",
    Page = "page",
    Document = "document"
}
