export { CompanyArgs } from "./company"; export type Company = import("./company").Company; export declare const Company: typeof import("./company").Company; export { GetCompanyArgs, GetCompanyResult, GetCompanyOutputArgs } from "./getCompany"; export declare const getCompany: typeof import("./getCompany").getCompany; export declare const getCompanyOutput: typeof import("./getCompany").getCompanyOutput; export { GetJobArgs, GetJobResult, GetJobOutputArgs } from "./getJob"; export declare const getJob: typeof import("./getJob").getJob; export declare const getJobOutput: typeof import("./getJob").getJobOutput; export { GetTenantArgs, GetTenantResult, GetTenantOutputArgs } from "./getTenant"; export declare const getTenant: typeof import("./getTenant").getTenant; export declare const getTenantOutput: typeof import("./getTenant").getTenantOutput; export { JobArgs } from "./job"; export type Job = import("./job").Job; export declare const Job: typeof import("./job").Job; export { TenantArgs } from "./tenant"; export type Tenant = import("./tenant").Tenant; export declare const Tenant: typeof import("./tenant").Tenant; export * from "../../types/enums/jobs/v4";