export default class ErrorHandling { static throwIfMissingBuffer(buffer: any): void; static throwIfMissing(property: any, message: string): void; }