export declare const POLICIES_COMMAND = "policies"; export declare const policiesCommand: (args: string[], logLevel: "error" | "info" | "trace" | "verbose" | "warn") => void | Promise;