default: {
    add: ((file: string | File) => Promise<AddResponse | PinResponse>);
    status: ((cid: string) => Promise<StatusResponse>);
}