import { GenericProvider, Mutation } from '@0xcert/ethereum-generic-provider'; import { AssetLedgerDeployRecipe } from '@0xcert/scaffold'; export default function (provider: GenericProvider, { name, symbol, uriPrefix, uriPostfix, schemaId, capabilities }: AssetLedgerDeployRecipe): Promise;