import { ObjectLiteral } from "@dhealth/contracts"; import { OAuthEntity, OAuthEntityType } from "./OAuthEntity"; export declare class BasicRemoteDTO implements OAuthEntity { readonly type: OAuthEntityType; readonly columns: string[]; toDocument(): ObjectLiteral; protected constructor(); }