/**
 *  2024-09-06:  Migrated from same folder fps-library-v2\src\pnpjs\SourceItems
 */
import { ISourceProps } from "./ISourceProps";
/**
 * prepSourceColumns will look at SourceProps and figure out all columns to be selected and expanded
 * @param sourceProps
 * @returns
 */
export declare function prepSourceColumns(sourceProps: ISourceProps, forceWebUrl: string): ISourceProps;
//# sourceMappingURL=prepSourceColumns.d.ts.map