export { EntityArgs } from "./entity"; export type Entity = import("./entity").Entity; export declare const Entity: typeof import("./entity").Entity; export { GetEntityArgs, GetEntityResult, GetEntityOutputArgs } from "./getEntity"; export declare const getEntity: typeof import("./getEntity").getEntity; export declare const getEntityOutput: typeof import("./getEntity").getEntityOutput;