export function pkcs7Pad(data: any): string;
export function pkcs7Unpad(data: any): any;
