import { IPGClient } from './interfaces'; /** @ignore */ export declare const isIPGClient: (obj: IPGClient | Record) => obj is IPGClient;