/**
 * Verifies the signature of the POST request
 */
export declare function verifySignature(body: string, signature?: string | string[] | null, timestamp?: string | string[] | null): boolean;
