export default class WebhooksResource { verify(payloadString: string, signature: string, signingSecret: string): boolean; }