import { ISourceProps } from "../ISourceProps";
/**
 * The purpose of this function is to update the listTitle and webRelativeLink and make it easier to just
 *    pass in the listPickerValue which is of format /sites/SiteUrl/lists/ListTitle and have it do the rest.
 * I separated this little code because it can then be reused across other functions to create other SourceProps
 *
 * @param listTitle
 * @param webUrl
 * @param Source
 */
export declare function updateSourcePerListPickerName(listTitle: string, webUrl: string, Source: ISourceProps): void;
//# sourceMappingURL=updateSourcePerListPickerName.d.ts.map