export declare interface PayloadCreation { restURL: string burnBCH(): Promise changeIssuer(propertyId: number): Promise closeCrowdSale(propertyId: number): Promise grant(propertyId: number, amount: string, memo?: string): Promise crowdsale(ecosystem: string, propertyPrecision: number, previousId: number, category:string, subcategory: string, name: string, url: string, data: string, propertyIdDesired: number, tokensPerUnit: string, deadline: number, earlyBonus: number, undefine: number, totalNumber: string): Promise fixed(ecosystem: string, propertyPrecision: number, previousId: number, category: string, subcategory: string, name: string, url: string, data: string, amount: string): Promise managed(ecosystem: string, propertyPrecision: number, previousId: number, category: string, subcategory: string, name: string, url: string, data: string): string participateCrowdSale(amount: string): Promise revoke(propertyId: number, amount: string): Promise simpleSend(propertyId: number, amount: string): Promise STO(propertyId: number, amount: string, distributionProperty?: number): Promise }