import { ISourceProps } from '../../components/molecules/source-props/ISourceProps';
/**
 * To be used for any JS Fetch where you need the full absolute web url for the API
 *
 * @param sourceProps
 * @returns
 */
export declare function getAbsoluteWebUrlFromSourceProps(sourceProps: ISourceProps): string;
//# sourceMappingURL=getAbssoluteWebUrlFromSourceProps.d.ts.map