export declare const factory: { _format: string; contractName: string; sourceName: string; abi: { inputs: { internalType: string; name: string; type: string; }[]; name: string; outputs: { internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; }[]; bytecode: string; deployedBytecode: string; linkReferences: {}; deployedLinkReferences: {}; };