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