import { ISourceProps } from '../../../components/molecules/source-props/ISourceProps';
import { IFpsItemsReturn } from '../../../components/molecules/process-results/IFpsItemsReturn';
/**
 * getSourceFieldsAPI will get all the fields information for a list
 *    import { getSourceFieldsAPI, getSourceFieldByInternalNameOrTitleAPI } from '@mikezimm/fps-core-v7/lib/restAPIs/lists/fields/getSourceFieldsAPI';
 *
 *    Replaces fetchFieldsD from pnp2
 *
 * @param sourceProps
 * @param alertMe
 * @param consoleLog
 * @returns
 */
export declare function getSourceFieldsAPI(sourceProps: ISourceProps, alertMe: boolean | undefined, consoleLog: boolean | undefined, fieldNameTitle?: string): Promise<IFpsItemsReturn>;
//# sourceMappingURL=getSourceFieldsAPI.d.ts.map