import type { ClientError } from 'hapic';
export declare function isClientError(input: unknown): input is ClientError;
//# sourceMappingURL=helper.d.ts.map