/** * Verifies the signature of the POST request */ export declare function verifySignature(body: string, signature: string, timestamp: string): Promise;