import { GetProjPostListByProjCodeRequest, GetProjPostListByProjCodeResponse } from './getProjPostListByProjCode'; /** * 获取岗位列表 */ export declare const getEntPostListByOrgNo: (params: GetProjPostListByProjCodeRequest) => Promise;