/** * Verifies the MediaHubMX signature * @param sig Base64 encoded string */ export declare const validateSignature: (sig: string) => any;