/** A entrypoint rule */
export interface Rule {
    /** The action name */
    action: string;
    /** The list of condition to match */
    conditions?: string[];
}
//# sourceMappingURL=Rule.d.ts.map