import { SipRuleProps } from './sipRule';
export declare function sipRuleValidator(props: SipRuleProps): boolean;
