CompileResult: Promise<{
    aci: Aci;
    bytecode: ContractBytearray;
    warnings: {
        message: string;
        pos: {
            col: number;
            file?: string;
            line: number;
        };
    }[];
}>