import { CustomSecurityRuleArgs } from "../types"; interface Props { startPriority?: number; } declare const _default: ({ startPriority }?: Props) => CustomSecurityRuleArgs[]; export default _default;