import { PhoneCall } from "./types"; export declare const isPhoneCallInbound: (call: PhoneCall) => boolean; export declare const hasPhoneCallGoodChecksum: (call: PhoneCall) => boolean; //# sourceMappingURL=functions.d.ts.map