import { CustomSecurityRuleArgs } from '../types'; interface Props { startPriority?: number; } /** The Security group rules for Bastion */ declare const _default: ({ startPriority }?: Props) => CustomSecurityRuleArgs[]; export default _default;