/**
 * Validates the signing certificate
 */
export declare function validateSignCert(appId: string, certificateChain: Buffer): void;
