import { Policy } from "./policy"; export declare const CONFIG_NONE = "none"; export declare function parsePolicyText(text: string): Promise;