import { WorkOSError } from "../errors"; export declare class SignatureVerificationError extends WorkOSError { constructor(message: string); }