import { Gettable, Builder } from "novadatainterface/Gettable"; declare class CachelessGettable extends Gettable { constructor(getFunction: Builder); get(id: string): Promise; } export { CachelessGettable };