import { type Config } from '../../../config/config'; import { type Global } from '../../../../core/global'; export declare function fillPlaceholdersAndUploadFiles(parameters: { global: Global; collection: string; collectionConfig: T; nftContract: string; }): Promise; /** * Convert config from string and number presentation to object contains Cell, Address etc. * For examples: * @see KNOWN_CONVERTERS * @param config {Config} * @param contract {string} Example: * 'NftContract' * @param data {any} Example: * { * owner: '0:A3BC64....' * } * @return {any} Example: * { * owner: [Address] * } */ export declare function convertConfig(config: Config, contract: string, data: any): Promise; //# sourceMappingURL=index.d.ts.map