import { Platform } from '../../Platform'; /** * Create and prepare contracts for the platform * * @param {Platform} this - bound instance class * @param contractDefinitions - contract definitions * @param identity - identity * @returns created contracts */ export declare function create(this: Platform, contractDefinitions: any, identity: any): Promise; export default create;