declare const getResources: (params: {
    projectId: string;
    subProjectId: string;
}, config?: any) => Promise<unknown>;
export { getResources, };
