import { NFTCollectionViewProps, NFTDetailProps } from '@crossmint/common-sdk-base';

declare const getEnvironmentBaseUrl: (environment?: string) => string;
declare function getNFTCollectionViewSrc(props: NFTCollectionViewProps, clientVersion: string): string;
declare function getNFTDetailSrc(props: NFTDetailProps, clientVersion: string): string;

export { getEnvironmentBaseUrl, getNFTCollectionViewSrc, getNFTDetailSrc };
